home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / CAD / ADIDRV.ARJ / EP.DOC < prev    next >
Text File  |  1990-08-28  |  20KB  |  520 lines

  1.  
  2.  
  3.  
  4.                                    EP.DOC
  5.                                  ----------
  6.                        The Epson (ADI) Printer Driver
  7.                     (EP.EXE 1.0) for AutoCAD (TM) ADI (TM)
  8.                       Copyright 1989, 1990, Autodesk, Inc.
  9.                                  Revision 1.90
  10.                                 August 26, 1990
  11.  
  12. License is granted for the use of this software and documentation
  13. on a no-charge, sharing basis.  You may distribute and copy this
  14. software freely as long as it remains a completely unaltered
  15. package and is not sold for profit.
  16.  
  17.  
  18. INTRODUCTION
  19.  
  20. This document explains the installation and use of EP.EXE ver
  21. 1.0, an Autodesk Device Interface (ADI) driver designed to run
  22. with Epson 24 pin printers in conjunction with AutoCAD and
  23. AutoSketch.  This driver was developed by Autodesk, Inc.  and
  24. does not represent an endorsement of any particular product,
  25. including any of the Epson printers.
  26.      
  27. Autodesk, Inc.  makes no warranty, either expressed or implied,
  28. including but not limited to any implied warranties of
  29. merchantability or fitness for a particular purpose, regarding
  30. these materials and makes such materials available on an "as-is"
  31. basis.
  32.  
  33.  
  34. HARDWARE REQUIREMENTS
  35.  
  36. The hardware requirements specific to using the EP printer ADI
  37. driver with AutoCAD and AutoSketch.
  38.  
  39.    o This driver is suitable for use with all 24 pin Epson
  40.      printers in the "LQ" series, but some printers can't use all
  41.      of the options provided by the driver.  For example, a
  42.      narrow carriage printer can't handle wide plots and some
  43.      models can't print in color.  Please refer to your Epson
  44.      user's manual for details.
  45.  
  46.    o A parallel card and cable is required as described in the
  47.      AutoCAD Installation & Performance Guide.
  48.  
  49.    o Serial output is not supported because the time required to
  50.      plot would be unacceptably long.
  51.  
  52.  
  53. HARDWARE INSTALLATION
  54.  
  55. The Epson printer must be connected to the computer with a
  56. standard Centronics-type parallel cable.  Chapter 8 of the
  57. AutoCAD Installation & Performance Guide contains all the
  58. information regarding pin connections and switch settings.
  59.  
  60.  
  61.  
  62. COPYING THE DRIVER SOFTWARE
  63.  
  64. The EP printer ADI (ver 1.0) driver for AutoCAD and AutoSketch
  65. comes on the ADI Drivers diskette and is 16k bytes long.  The
  66. disk also contains a file EP.HLP for on-line command line
  67. options.  You will probably want to install the driver in the
  68. same directory where you store AutoCAD.  Here's how to copy the
  69. driver software onto your hard disk.  (The example assumes an
  70. AutoCAD directory is on drive C and is named ACAD).
  71.  
  72. 1. Change to the directory where you store AutoCAD:
  73.  
  74.     C:> CD ACAD [Return]
  75.  
  76. 2. Insert the ADI Driver diskette in drive A.
  77.  
  78. 3. Copy the driver files to your hard disk:
  79.  
  80.     C:> COPY A:EP*.*  [Return]
  81.  
  82.  
  83. INSTALLING THE ADI EP DRIVER
  84.  
  85. The AutoCAD Epson printer ADI driver must be installed (loaded
  86. into memory) prior to entering AutoCAD.  It is a "terminate and
  87. stay resident" (TSR) software program which can use up to 77K of
  88. RAM depending on how it is configured.  Once loaded, it remains
  89. in memory until you turn off or reboot your computer.
  90.  
  91.  
  92. To install the driver:
  93.  
  94.     C:> EP [Return]
  95.  
  96. The Epson ADI driver will then be installed with the following
  97. defaults:
  98.  
  99.     o  Interrupt 7b(hex)
  100.     o  Monochrome
  101.     o  180 x 180 Dots per inch print density
  102.     o  8" Paper width
  103.     o  AutoSketch is off
  104.     o  Output directly to printer
  105.     o  Input from AutoCAD
  106.     o  form feed after every plot
  107.  
  108.  
  109. To change this setup, you can choose to include one or more
  110. options on the command line.  These options are:
  111.  
  112. -lx parallel port x
  113. -f plot from a file     -v interrupt #      -c color      -p no form feed
  114. -o plot to a file       -w wide paper       -8 8 pins     -dx density x                         
  115.  
  116.  
  117.  
  118. To install the driver to do color printer plots (if your Epson is
  119. color capable and you have the color ribbon installed):
  120.  
  121.     C:> EP -C  [Return]
  122.         (default is monochrome)
  123.  
  124. To set the horizontal plot density
  125.  
  126.     C:> EP -Dx [Return]  (where x is 1 to 6 in the following table):
  127.         (default is 180 x 180)
  128.  
  129.                         x     Horizontal   Vertical
  130.                                 Density    Density
  131.                         1         60         180
  132.                         2         90         180
  133.                         3         120        180
  134.                         4         180        180
  135.                         5*        360        180
  136.                         6**       360        360
  137.  
  138. *Note: Option -D5, when combined with the color option, -C, is limited
  139. to plots less than 11.3 inches in width, when plotting from AutoCAD 386.
  140.  
  141. **Note: Option -D6 is not available as a installed TSR in color
  142. mode.
  143.  
  144. You can also install the driver to write plot files directly to
  145. your disk drive for later printing (this will create a file named
  146. 'fname' on your default drive for later printing).  This is
  147. useful for printing multiple copies of a plot.  See the section
  148. titled "OUTPUTTING EPSON PRINTER FILES FOR DIRECT PRINTING FROM
  149. DISK" for more details:
  150.  
  151.     C:> EP -Ofname [Return]
  152.  
  153.  
  154. You can use the driver to read AutoCAD Binary printer plot files
  155. directly from your disk drive.  This allows you to use plotting
  156. modes which would use too much memory for plotting from AutoCAD
  157. as a TSR.  This option does not install the driver as a TSR, and
  158. may be used repeatedly.  See the section titled "USE AS A
  159. POSTPROCESSOR" for more details:
  160.  
  161.     C:> EP -Ffname [Return]
  162.  
  163. Note:  These filenames must conform to DOS standards.
  164.  
  165. To install the driver for printing on wide paper (will create a
  166. plot up to 13.6" wide):
  167.  
  168.     C:> EP -W [Return]
  169.         (default is 8")
  170.  
  171.  
  172. To install the driver to only use 8 pins of the print head (will
  173. require much less the RAM for the TSR, but will print more
  174. slowly):
  175.  
  176.     C:> EP -8 [Return]
  177.         (default is the 24 pins)
  178.  
  179.  
  180.  
  181. To install the driver to use a different parallel port:
  182.  
  183.     C:> EP -Lx [Return] (where x is the new port assignment 1, 2 or 3)
  184.         (default is LPT1)
  185.  
  186.  
  187. To install the driver to work with AutoSketch (if you use
  188. AutoSketch and don't use this option, messages will be written on
  189. the screen over your drawing):
  190.  
  191.     C:> EP -S [Return]
  192.         (default writes messages to the screen)
  193.  
  194.  
  195. To install the driver to not send a form feed after each plot:
  196.  
  197.     C:> EP -P [Return]
  198.         (default is a form feed after every plot) 
  199.  
  200.  
  201. To install the driver for a different interrupt vector (default
  202. is 7B hex):
  203.  
  204.     C:> EP -Vxx [Return]  (where xx is the new interrupt number)
  205.  
  206.  
  207. To display a list of these options:
  208.  
  209.     C:> EP -H or -? [Return]  Prints a help message from ep.hlp
  210.  
  211.  
  212. To install the driver using a combination of the above options:
  213.  
  214.  
  215.     C:> EP -Oplotdata.plt -c -v7b -8   This will do the following:
  216.  
  217.          1.  Create a plot file 'plotdata.plt' of your drawing on your
  218.              default drive for plotting at a later time.
  219.          2.  Make a color print of the plot.
  220.          3.  The interrupt vector will be 78 (in hex).
  221.          4.  Will only use 8 pins.
  222.  
  223.  
  224. MEMORY REQUIREMENTS FOR DIFFERENT CONFIGURATIONS
  225.  
  226. RAM Memory required by driver (8" wide plot)
  227.     n   density                Black & White     Color
  228. -----------------------------------------------------------
  229.         X  x  Y
  230.     1 = 60 x 180  dpi              19k             27k
  231.     2 = 90 x 180  dpi              20k             26k
  232.     3 = 120 x 180 dpi              20k             29k
  233.     4 = 180 x 180 dpi (default)    22k             35k
  234.     5 = 360 x 180 dpi              26k             52k
  235.     6 = 360 x 360 dpi              35k             n/a
  236.  
  237.  
  238.  
  239. RAM memory required for wide carriage   (13.6" wide plot)
  240.     n   density                 Black & White     Color 
  241. -----------------------------------------------------------
  242.         X  x  Y 
  243.     1 = 60 x 180  dpi               20k            28k  
  244.     2 = 90 x 180  dpi               21k            33k  
  245.     3 = 120 x 180 dpi               22k            38k  
  246.     4 = 180 x 180 dpi (default)     25k            48k  
  247.     5 = 360 x 180 dpi               32k            78k  
  248.     6 = 360 x 360 dpi               47k            n/a
  249.  
  250. ** Note: There are only 2 densities in the vertical direction.
  251. If you do not have AutoCAD and this driver configured for the
  252. same dots per inch, your drawing may be expanded or compressed in
  253. the y-axis.
  254.  
  255. ** Note: Each time you type in the command EP (except for the
  256. special case of the "F" option for plotting binary files),
  257. another copy of the driver software is loaded into memory, using
  258. up to 82k more bytes of RAM.  You need to "reboot" the system (to
  259. clear out the any copies of EP.EXE).
  260.  
  261. CONFIGURING AUTOCAD FOR THE EPSON 24 PIN PRINTER DRIVER It is
  262. necessary to reconfigure AutoCAD for an installed ADI printer
  263. plotter driver.  You will only need to do this before you want to
  264. use the EP ADI driver for the first time, or when you change the
  265. paper width or the horizontal or the vertical plot densities of
  266. your Epson ADI.  Note the present configuration of EP.EXE when
  267. you install it.  AutoCAD's printer plotter configuration
  268. densities must be equal for your plots to be correct.
  269. Reconfigure AutoCAD for an installed printer plotter ADI driver <2>.
  270. Be sure that you:
  271.  
  272.     1.  Select output format as an Installed ADI driver <2>.
  273.  
  274.     2.  Set the maximum horizontal (X) plot size in inches.
  275.         These values are 7.99" for the standard size or 13.59"
  276.         for the wide carriage printers.  The vertical (Y) axis
  277.         should be set to your paper size, 10.5 is a good value.
  278.  
  279.     3.  Set the density equal to the installed density of the
  280.         driver EP.EXE.  If AutoCAD's density (dots/inch) is
  281.         greater, your drawing will be expanded along that axis
  282.         and may be clipped.  If the drivers density is greater,
  283.         your drawing will be compressed along that axis.
  284.         
  285.     4.  The vertical or y-axis has only 2 densities, 180
  286.         dots/inch and 360 dpi.  For most printer plotting, 180
  287.         dpi should be fine.
  288.  
  289. See the Chapter 8, the printer configuration section of the
  290. Installation & Performance Guide to AutoCAD, Chapter 13 of your
  291. main Reference Manual for AutoCAD details, and your EP Users
  292. guide for printer details.
  293.  
  294. AutoCAD will now be configured to do a printer plot using the
  295. installed EP ADI driver.
  296.  
  297.  
  298.  
  299. CREATING PRINTER PLOTS WITH THE EPSON 24 PIN PRINTER DRIVER
  300.  
  301.  
  302. To send plots to the Epson printer from AutoCAD's drawing editor
  303. select Plot then Printer from the AutoCAD menu or type 'prplot'
  304. at the command line.  From AutoCAD's Main Menu select Printer
  305. Plot <4>.  Make sure your printer is connected, turned on and on
  306. line and hit return when ready.  Your plot will be produced on
  307. your Epson 24 pin printer.
  308.  
  309. ** Note: printer plots take a long time to produce, so don't
  310. worry if nothing happens for a while.  They can take a very long
  311. time depending on the complexity of the drawing, if you chose
  312. color or if the plot density is high.
  313.  
  314.  
  315. OUTPUTTING EPSON PRINTER FILES FOR DIRECT PRINTING FROM DISK
  316.  
  317.  
  318. You may wish to create a file that may be printed multiple times
  319. directly from disk.  You can do this with the DOS copy command
  320. without running AutoCAD or EP driver after the file is created.
  321.  
  322. CAUTION: This option should be used with care.  It is possible to
  323. create a file larger than 8 Megabytes if all the settings are at
  324. their maximum.  If it is used with some thought it will produce
  325. good results.
  326.  
  327. Here is an example:
  328.  
  329. Say you want to produce a 360 x 180 dpi color plot of the
  330. site-3d.dwg on 13.59" wide paper.
  331.  
  332. Install the EP ADI printer driver by typing:
  333.  
  334.     C:> EP -d5 -Osite-3d.eps -C -W [Return]
  335.  
  336.  
  337. Configure AutoCAD as a ADI printer at 360 x 180 dpi, and a
  338. horizontal width of 13.59".  Run AutoCAD and printer plot the
  339. site-3d.dwg file.  The file site-3d.eps will be created on the
  340. default disk for later printing from the command line.
  341.  
  342. Note that the combination of -W, -C and -d5 won't allow you to plot
  343. beyond 11.3" width with AutoCAD 386, so you'll need to lower the
  344. plot width if you use AutoCAD 386.
  345.  
  346. You can print the file from the DOS command line by typing:
  347.  
  348.     C:> COPY SITE-3D.EPS PRN /B [Return]
  349.  
  350. In the above example, if you plotted the <E>xtents it would
  351. create a file of 3 Megabytes and would take over an hour to be
  352. produced on a IBM system 30.  But if you created a file of the
  353. <D>isplay at 180 x 180 dpi for 7.99" wide paper by typing the
  354. following:
  355.  
  356.         
  357.      C:> EP -C -Osite-3d.eps    
  358.  
  359. the file site-3d.eps would be only .3 Megabytes.  The creation
  360. time for this file is only 5 minutes on an AT clone running at 10
  361. Mhz.
  362.  
  363.  
  364. USE AS A POSTPROCESSOR
  365.  
  366. The ADI driver EP.EXE can work as a postprocessor, reading
  367. AutoCAD ADI binary files from your disk and sending them directly
  368. to the printer.  Printer plot to an ADI binary printer file from
  369. AutoCAD or AutoSketch 2.0.  Then, when the Autodesk product is no
  370. longer running, you may use EP.EXE to plot from the binary file
  371. to your Epson printer.
  372.  
  373. Here's an example:
  374.  
  375. You want to produce a 360x360 dpi color plot of site-3d.dwg on
  376. 13.59" wide paper.  First you run AutoCAD's configuration program
  377. to select the ADI Printer, plot to binary file, 360x360 dots per
  378. inch, and 13.6" horizontal paper width.  Use the PRPLOT command
  379. in AutoCAD.  This produces a binary printer plot file called
  380. "site-3d.prp".  Next, exit AutoCAD and plot the drawing by
  381. invoking:
  382.  
  383.     EP -Fsite-3d.prp -C -D6 -W
  384.  
  385. This will cause EP.EXE to make a plot of the contents of the file
  386. "site-3d.prp" in color at 360 x 360 dpi on wide paper.  When the
  387. plot is done, EP.EXE will vanish from memory (it does not install
  388. itself as it would if you wanted to plot directly from AutoCAD).
  389.  
  390. **Note: If you added -Osite-3d.epp to the above command line,
  391. the data wouldn't be sent to the printer but a file named
  392. site-3d.epp would be created.  See the above section titled
  393. "OUTPUTTING EPSON PRINTER FILES FOR DIRECT PRINTING FROM DISK"
  394. for details.
  395.  
  396. AutoSketch 2.0 supports this feature.  Earlier versions did not
  397. create binary plot files.
  398.  
  399.  
  400. USE WITH AUTOSKETCH
  401.  
  402. The ADI EP driver may be used with AutoSketch.  Just remember to
  403. use the -S flag on the control line.  Failure to do this will
  404. cause driver messages to printed on the AutoSketch screen,
  405. overwriting the drawing displayed there.
  406.  
  407. The EP driver dated 2/4/90 contains a fix so that it now works
  408. with 8088 class machines; previously it would hang the machine.
  409. The part number for this disk is 2183a-D3-SK-1/1-V and should
  410. match the part number on your disk label.
  411.  
  412. Before you install this driver for AutoSketch, make sure that
  413. your Epson printer is turned on and on-line.  If it is not the
  414. driver will not be installed and an error message will appear
  415. telling you that it wasn't installed.
  416.  
  417. Before every plot from AutoSketch using this ADI driver, you must
  418. make sure that the printer is turned on, connected and on line.
  419. Failure to do this will return you to the drawing screen with out
  420. any error messages.  If the printer goes off-line, runs out of
  421. paper or becomes disconnected at any time during the plot, no
  422. more data will be sent to the printer and you will be returned to
  423. the drawing screen again without any error messages.  Therefore
  424. if your drawing is not being plotted at all or stops plotting and
  425. you are returned to the drawing editor, make sure the printer has
  426. paper, is turned on, connected and on line.
  427.  
  428. AutoSketch must be reconfigured so that it knows you will be
  429. using an ADI driver to do printer plots.  To initiate
  430. AutoSketch's reconfiguration, type:
  431.  
  432.      C:>SKETCH /R [Return]
  433.  
  434. or if you're installing AutoSketch for the first time, type:
  435.  
  436.      C:>SKETCH [Return]
  437.  
  438. Configure AutoSketch's plotter as an Autodesk Device Interface
  439. Printer <3>.  AutoSketch will prompt you for more information
  440. regarding this ADI driver.  See the section titled 'CONFIGURING
  441. AUTOCAD FOR THE EPSON 24 PIN PRINTER DRIVER' and Appendix B: the
  442. ADI Plotter section in the AutoSketch Users Guide.
  443.  
  444. AutoSketch prompts you to indicate how your plotter is connected
  445. to your computer, choose:
  446.  
  447.      2.  Parallel port, system printer, or hardware handshake
  448.          serial port
  449.  
  450. Then follow the instructions in Configuring AutoSketch in Chapter
  451. 2 of the AutoSketch Users Guide.  Remember this ADI driver can
  452. only be used as a parallel device.
  453.  
  454. **Note: When you open the plot area dialogue box, the values for
  455. x and y may be incorrect.  Set them now, to the size of the paper
  456. you have in your printer.  Rotating the plot may also work.
  457.  
  458.  
  459.  
  460. NOTES ON OPERATION:  AutoCAD TIPS AND HINTS for the EP ADI Driver
  461.  
  462. 1.  If you will use the EP ADI driver with every session of
  463.     AutoCAD, you may want to place the EP.EXE command in your
  464.     AUTOEXEC.BAT file with the correct options set, because you
  465.     must install the Printer driver after every reset of your
  466.     system.
  467.  
  468. 2.  The Printer must be connected, turned on, and on line before
  469.     you plot a file using the EP ADI driver.
  470.  
  471. 3.  Do not turn the Printer on and off in the middle of a
  472.     plotting session.  An error message will be displayed if you
  473.     try to use the ADI EP driver while the Printer is turned off.
  474.  
  475. 4.  If you're using the tractor feed, make sure you've advanced
  476.     the paper far enough for the paper bail contact the platen.
  477.  
  478. 5.  Only Colors numbered 1 through 7 are printed, colors 8 to 15
  479.     are converted to black (#7), so, don't use colors numbered
  480.     greater than seven.  
  481.  
  482. 6.  If you are using this ADI driver with AutoSketch in a color
  483.     mode make sure that you configure EACH AutoSketch drawing's
  484.     Pen Info for the different colors.  If you don't it will
  485.     default to red and your entire drawing will be in red.
  486.  
  487. 7.  You will find that high density and/or color plots take much
  488.     longer to complete than low density and/or monochrome plots.
  489.  
  490. 8.  The 360x360 dot per inch density can be used with all LQ2550
  491.     and LQ950 models.  Recent LQ850 and LQ1050 printers can also
  492.     handle this high density mode.  Older LQ850 and LQ1050
  493.     printers will need a firmware (ROM) upgrade to handle 360x360
  494.     dpi.  You can tell if your printer can plot 360x360 dpi by
  495.     running self-test and checking the ROM revision number.  You
  496.     need a number starting with N9.
  497.  
  498. 9.  Note that the different density options use different amounts
  499.     of memory in your computer.  High density plots need a lot of
  500.     memory.  They also take a long time to complete!  Color adds
  501.     greatly to the memory and time requirements.  Memory used up
  502.     by drivers is subtracted from the memory your drawings need
  503.     when you run AutoSketch.  AutoCAD doesn't have that problem,
  504.     but there still is limited memory available for use by
  505.     drivers.  The highest density color modes use so much memory
  506.     that it isn't possible to plot directly from AutoCAD (much
  507.     less AutoSketch), so this driver offers an optional file
  508.     input mode.
  509.  
  510. 10. AutoCAD 386 places a limitation on real mode ADI printer plotter
  511.     drivers such as this one. A maximum of 4096 color pixels can
  512.     be printed in the X direction. If you configure this driver
  513.     for TSR operation, color, density 5 (180x360dpi) and wide
  514.     paper, you must limit the width of the plot to less than 11.3".
  515.     This limitation is not necessary with 640k DOS AutoCAD.
  516.  
  517. AutoCAD and ADI are registered trademarks of Autodesk, Inc.  IBM,
  518. PC, XT, AT are trademarks of International Business Machines
  519. Corporation.  Epson is a trademark of Epson Corporation.
  520.